home *** CD-ROM | disk | FTP | other *** search
/ Amiga Plus Special 5 / Amiga Plus Sonderheft 1996 #5.iso / programme / raystrom_v1.2 / 68020 / readme < prev    next >
Text File  |  1986-09-20  |  2KB  |  71 lines

  1.                                                                 6 March 1996
  2.  
  3.                               RayStorm v1.2
  4.  
  5.                                    by
  6.                              Andreas Heumann
  7.                                   and
  8.                                Mike Hesser
  9.  
  10. INTRODUCTION
  11.  
  12. RayStorm is a octree based fast raytracer with many features.
  13.  
  14. This demo version of RayStorm is limited to a resolution of 160x128 pixel.
  15. The full version is unlimited (see manual for informations how to register).
  16.  
  17. REQUIREMENTS
  18.  
  19. (1) You will need at least Kickstart 2.0.
  20.  
  21. (2) 881-version: 68020 processor and a mathematical coprocessor
  22.     (68881/882 or internal 68040/060 version).
  23.  
  24. (2) 020-version: 68020 processor (no math coprocessor needed)
  25.  
  26. (4) 000-version: 68000 processor (should even run on a Amiga 500
  27.     (not tested))
  28.  
  29. (5) 1MB RAM minimum
  30.  
  31. (6) RayStorm was written using MUI. So you need muimaster.library V2.3 or
  32.     later to run RayStorm.
  33.  
  34. recommended: 68030, 68882, Harddisk, GFX-Board
  35.  
  36. FEATURES
  37.  
  38. - Up to 30% faster than Imagine (in trace mode).
  39. - ARexx-port. RayStorm can be used by all programs with ARexx-port.
  40. - Imagine compatible. RayStorm is designed to be almost compatible to
  41.   Imagine. It can load Imagine objects and use Imagine textures.
  42. - Octree algorithm used for rendering.
  43. - Color, reflectivity, filter, altitude and specular mapping.
  44. - Flat, cylinder and sphere mapping.
  45. - Soft brush mapping.
  46. - Mathematical textures: wood, marble, radial, bumps, checker, linear,
  47.   stars.
  48. - Tranparency and physically correct refractions.
  49. - 8 levels of antialiasing (adaptive supersampling).
  50. - Rendering box.
  51. - Three builtin object types: sphere, plane and triangle.
  52. - Three light types: ambient, point and spot.
  53. - Depth of field with adjustable focal distance and aperture.
  54. - Soft shadows.
  55. - Backdrop picture.
  56. - Global fog and foggy objects.
  57. - Material attributes for realictic objects: ambient color, diffuse color,
  58.   specular color, specular reflection exponent, diffuse transmission color,
  59.   specular transmission color, specular transmission exponent, specular
  60.   transmittance, transparent color, reflective color, index of refraction,
  61.   foglength.
  62. - Bright objects.
  63. - Motion blur for realistic animations.
  64. - Quick rendering.
  65. - Global reflection map.
  66. - Image formates: IFF-ILBM, PNG, TGA.
  67. - Object format: Imagine-TDDD, 3DS
  68. - New image- and object-formats can be easily included because of the
  69.   modular concept.
  70.  
  71.